home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d14 / clikfi10.arc / CLICK.DOC next >
Text File  |  1990-07-29  |  6KB  |  116 lines

  1. SAY FOLKS... FELLOW HACKERS...AND WINDOWITES,
  2.  
  3.    Just too exciting for words, eh?  You know, the latest and greatest from
  4. the MS folks.... yes, WINDOWS 3.0.  What?  You haven't got anything to run 
  5. yet?  Well have no fear for Click! Filer ( Windows 3.0 ) version 1.0 is here 
  6. to manage all those hundreds of files you'll be getting real soon for 
  7. WINDOWS 3.0.  Brought to you by non other than The TrogloByte, hisself!
  8.  
  9.    Enough fanfare on to the documentation.
  10.  
  11. WHAT IS CLICK! FILER ?
  12.  
  13.    This program is essentially a file managing utility for those of you who
  14. find Program Manager inadequate for power file management. Basically you are
  15. presented with 2 main objects.  The Source and the Destination.  Each of 
  16. these is represented as a File Listbox and a Directory Listbox.
  17.  
  18.    Single Clicking the directories moves you through the disk drives and the
  19. directories.  Single clicking filenames selects them for action by
  20. pushbuttons.  Source and Dest both have the ability to Delete, Rename, select
  21. all and select none.  Also you may create directories and remove empty 
  22. directories.
  23.  
  24.    In the center of the Click! Filer from top to bottom are the following
  25. push buttons.  The top 3 are respectively  1. Src Directory copy to Dest,
  26. 2. Swap Source and Dest  and 3. Dest Directory copy to Src.  The next row
  27. is Copy all selected Source files to the Destination directory and Move
  28. all selected Source files to the Dest Directory.
  29.  
  30.    The Next 2 rows are only of value if you are a user of PKPAK, PKUNPAK,
  31. PKZIP and PKUNZIP.  These are wonderful Shareware programs which I hope 
  32. you use and support.  If you don't support them, please don't use Click 
  33. to use them.  These programs are by PKWare and are copyrighted programs.
  34.  
  35.    The best visual response in Click using these compression utilities is
  36. accomplished by having an appropriate .PIF file for each of them.  I have
  37. supplied examples, please edit them to reflect the correct PATHS.
  38.  
  39.    You must enter an Archive name for any of the above to act on in the
  40. Archive Edit Box in the center of the program.
  41.  
  42.    The bottom right text box reflects the combined sixe of the selected
  43. source files.  The bottom left text box reflects the size of the dest
  44. drive.  The 3 buttons by each are obvious in their actions.
  45.  
  46.    Empty buttons are for future expansion of features.... plenty are 
  47. possible and in the works.  
  48.  
  49.    The Default button loads the default settings for Click Directories
  50.  and extension masks, as well as the size formats.  The Edit defaults
  51. button provides a Dialog Box to set new current defaults.  These can be
  52. set into the CLICK.INI file to initialize the program on startup.  You 
  53. can always retrieve these from this box as well.
  54.  
  55.    Settings for PAK,UNPAK,ZIP and UNZIP can also be set into the CLICK.INI
  56. files or retrieved as well, in their Dialog Boxes.   These dialogs appear 
  57. in response to button clicks.  
  58.  
  59.    The top of the Window to Click! Filer, provides an edit box, which in 
  60. which you can enter search masks and new paths.  
  61.  
  62.    Click! Filer is hardly perfect, besides needing a real manual ( also 
  63. int he works ) it could use refinement in it's response to the user.  How
  64. this will evolve depends on you.  Send me messages via PEOPLELINK and GENIE.
  65. I'll try to respond to concerns and suggestions.  Just be patient.
  66.  
  67.    Now for the required.... This program while possibly very handy isn't
  68. guaranteed to do anything.  And I'm not responsible if you create any
  69. catastrophic event while using this program.  Use at your own risk and 
  70. hopefully it is an enjoyable experience. Also, if anyone out there has
  71. a protected program with the name Click! Filer or very close, don't get
  72. mad at me, just tell me via PEOPLELINK and GENIE and I'll change the
  73. name and post a message of apology for any confusion.  We're all trying
  74. to have fun here. Also please do not charge anyone for this program
  75. other than cost of disk or transmission over the wires.  It is FreeWare and
  76. will remain so for as long as I can keep it that way.  It you like it
  77. so much you want to give me money, please write a check to a nice ecology
  78. group or something similar and tell 'em it's by my recommendation.
  79.  
  80.    ONE LAST ITEM.....
  81.  
  82.    Click! Filer is dedicated to the ever vigilant ever toiling programmers
  83. of the world.  For you , in the privacy of your own computer, please feel
  84. free to link to Click! FIler for development purposes only.  You can
  85. use the .DLL easily, please do not include it attached in this way in a 
  86. commercial release.  
  87.  
  88.    The use is simple, just link with CLIK.LIB.  There is an include file
  89. called CLIKEXP.H which has the prototypes for the importable functions.
  90. Call ClickIn( ) once to initialize.  Then call DoClick().  When you are 
  91. exiting your program call ClickOut() to shut down the Click! Filer DLL.
  92.  
  93.    The CLIKEXP.H file has explanations of the parameters you need to pass.
  94.  
  95.  
  96. ...... Late changes and editions.... You have an Edit Button , you can 
  97. configure the editor of choice with the Edit Defs.  Click will pass the
  98. highlighted files in the SRC directory.
  99.  
  100. ...... A Run button has been added as well.... select one file in the 
  101. source directory and click RUN.... you may enter args at the dialog 
  102. which follows or just click OK....
  103.  
  104. ..... There are 12 user programmable buttons on the bottom of the
  105. screen.  User the User Defs button to configure them.  As you select each
  106. button inthe configure dialog, you can edit and SET with the SET button.
  107. If you don't set it, the changes are forgotten.  You can start a program
  108. with 
  109.    1. no arguments 
  110.    2. fixed arguments ( entered in edit box and stored )
  111.    3. dialog entry of arguments
  112.    4. cmd plus the highlighted src files
  113.  
  114.    A better DOC will follow I just couldn't let this sit here.. have fun
  115.  
  116.